home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Mail
/
pine3.92
/
pine
/
osdep
/
srandom.dum
< prev
next >
Wrap
Text File
|
1993-07-15
|
171b
|
11 lines
/*----------------------------------------------------------------------
Dummy srandom function. Srandom isn't important.
----*/
void
srandom(i)
int i;
{
}